object ProgressForm: TProgressForm Left = 228 Top = 194 BorderIcons = [] BorderStyle = bsDialog Caption = ' ' ClientHeight = 63 ClientWidth = 267 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 12 Top = 11 Width = 126 Height = 16 Caption = 'Calculating user stats' end object ProgressBar1: TProgressBar Left = 12 Top = 31 Width = 243 Height = 20 Min = 0 Max = 30 Position = 30 TabOrder = 0 end end